From 703b9f4c7ca88e6654352ee0a945c85e59dd8069 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Tue, 18 Mar 2008 05:57:15 +0000 Subject: [PATCH] Fix for r32085: Use the correct message names --- languages/messages/MessagesEn.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 4dae5498e0..2a34d67c45 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2424,8 +2424,8 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]] 'category-subcat-count-limited' => 'This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}.', 'category-article-count' => '{{PLURAL:$2|This category contains only the following page.|The following {{PLURAL:$1|page is|$1 pages are}} in this category, out of $2 total.}}', 'category-article-count-limited' => 'The following {{PLURAL:$1|page is|$1 pages are}} in the current category.', -'category-media-count' => '{{PLURAL:$2|This category contains only the following file.|The following {{PLURAL:$1|file is|$1 files are}} in this category, out of $2 total.}}', -'category-media-count-limited' => 'The following {{PLURAL:$1|file is|$1 files are}} in the current category.', +'category-file-count' => '{{PLURAL:$2|This category contains only the following file.|The following {{PLURAL:$1|file is|$1 files are}} in this category, out of $2 total.}}', +'category-file-count-limited' => 'The following {{PLURAL:$1|file is|$1 files are}} in the current category.', 'listingcontinuesabbrev' => 'cont.', 'spambot_username' => 'MediaWiki spam cleanup', 'spam_reverting' => 'Reverting to last version not containing links to $1', -- 2.20.1